home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 97 / maccd 97.iso / utilities / Mac OS X / Force Delete 1.1 / Force Delete.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2002-09-07  |  1.3 KB  |  52 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>*</string>
  13.             </array>
  14.             <key>CFBundleTypeName</key>
  15.             <string>anything</string>
  16.             <key>CFBundleTypeOSTypes</key>
  17.             <array>
  18.                 <string>****</string>
  19.             </array>
  20.             <key>CFBundleTypeRole</key>
  21.             <string>None</string>
  22.         </dict>
  23.     </array>
  24.     <key>CFBundleExecutable</key>
  25.     <string>Force Delete</string>
  26.     <key>CFBundleGetInfoString</key>
  27.     <string>Force Delete v1.1</string>
  28.     <key>CFBundleIconFile</key>
  29.     <string>forcedelete.icns</string>
  30.     <key>CFBundleInfoDictionaryVersion</key>
  31.     <string>6.0</string>
  32.     <key>CFBundleName</key>
  33.     <string>Force Delete</string>
  34.     <key>CFBundlePackageType</key>
  35.     <string>APPL</string>
  36.     <key>CFBundleShortVersionString</key>
  37.     <string>1.1</string>
  38.     <key>CFBundleSignature</key>
  39.     <string>????</string>
  40.     <key>CFBundleVersion</key>
  41.     <string>1.1</string>
  42.     <key>NSAppleScriptEnabled</key>
  43.     <string>YES</string>
  44.     <key>NSMainNibFile</key>
  45.     <string>MainMenu</string>
  46.     <key>NSPrincipalClass</key>
  47.     <string>NSApplication</string>
  48.     <key>NSUIElement</key>
  49.     <string>1</string>
  50. </dict>
  51. </plist>
  52.